home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Ad / Mod04 / trap / 00133.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  124 b   |  8 lines

  1. on mouseUp
  2.   global gBackPack
  3.   if getOne(gBackPack, #shovel3) = 0 then
  4.     add(gBackPack, #shovel3)
  5.   end if
  6.   go("S")
  7. end
  8.